National Repository of Grey Literature 17 records found  1 - 10next  jump to record: Search took 0.01 seconds. 
Offline Wiki Editor for Android
Chrastina, Ondřej ; Šebek, Michal (referee) ; Křivka, Zbyněk (advisor)
This bachelor thesis is concerned with wiki webs and the Android mobile platform. Their objective is to create an application that enables offline editing of wiki webs on the mobile devices. This application focuses on being user friendly with allowing the most effective editing. The first part of this thesis concentrates on the theoretical specification of wiki webs and the Android platform. The second part then presents the actual development of the application. During the development, the emphasis is placed on the expansibility of the application with the component for the synchronization between the local storage in the mobile device and the server. The final application is evaluated in the last part of the thesis followed by the presentation of the possibilities of its potential development.
FLASH-Based Text Editor
Pejla, Jiří ; Žádník, Martin (referee) ; Vašíček, Zdeněk (advisor)
This bachelor's thesis deals with the implementation of a new open-source Flash-Based Text Editor. The theoretical part describes the most leading text editors integrated into the web browser. The source code of the component is written in multi-platform language haXe and the new Flash library - Flash Text Engine - is used. The result of the thesis is an easily extensible application that enables the user to select, edit and format texts and manipulate with pictures. The editor operates with documents in XHTML 1.0 Transitional format.
An Application for Creative Writing
Magdolen, Patrik ; Podivínský, Jakub (referee) ; Krčma, Martin (advisor)
This Bachelor's thesis deals with the design and the implementation of the application, supposed to support comfortable writing of prose and offer helpful features like a management of chapters, characters and notes. It is able to automatically detect titles of chapters and names of characters in text. Application also offers other functions assisting the writer, including a name generator and an ability to set goals. The application includes multilingual multiplatform modern and personalizable GUI, which focuses on aesthetic, practicality and lucidity. Results of a usage of the application are exported into output file of various types.
Qt Based Programming Editor for Linux Systems
Hauerland, Richard ; Pánek, Richard (referee) ; Krčma, Martin (advisor)
Objective of this Bachelor's Thesis is about design and implementation of free text editor designed for Linux. Comparison of most popular existing solutions was performed before the design and it's output serves as basis for design process. Functionalities not provided and behaviors provided only by some, mostly proprietary, solutions, were taken in account in editor design. As well functionalities for projects manipulation used in development environments were considered. Editor is implemented in C++ language with use of Qt Framework.
Web App for Simple Editing of Short Text with Limited Vocabulary
Poláčeková, Simona ; Bartl, Vojtěch (referee) ; Herout, Adam (advisor)
The aim of this thesis is a draft, an implementation and subsequent testing of a simple and user-friendly web application, which makes use of a limited dictionary to check the language. The limited dictionary is a dictionary of the most commonly used Czech words. The application can be used for simple writing of texts. The user can test if he can write a more complex thought, sentence or text using only the most commonly used Czech words. The introduction of this thesis describes the technologies used to make this application, their functionality and the way in which they are used. Then there is described implementation of the application. As a conclusion, there is a summary of the testing of the application by users and the overall results of this bachelor thesis.
Text editor for seniors
Kudela, Ondřej ; Kubánková, Anna (referee) ; Komosný, Dan (advisor)
The thesis deals with the design and implementation of a simple text editor adapted for seniors in the age group of 90 years and more. The text editor is one of the applications of the operating system for the seniors, which is used to facilitate the work on the computer. The goal of this work is to build an easy to use text editor supporting basic formatting using Markdown markup language and to implement a suitable form of document management and archiving. The work describes the created source code, the translation of the Markdown language into a PDF document, text formatting, file handling, multilingual translation of the application, voice assistance, and the development of the graphical environment. The results of the work are published on the GitHub repository.
Incremental Parsing for YARA Language
Dvořák, Vojtěch ; Kolář, Dušan (referee) ; Regéciová, Dominika (advisor)
The main goal of this bachelor thesis is to design and implement a program library that enables incremental static analysis of the YARA language. One of the main purposes of this new library is to integrate with the open-source Yara Language Server project developed by Avast. Compared to the existing solution, which uses a non-incremental approach to analysis, the machine time requirements should be reduced. In addition to information about the software solution, this thesis also includes a summary of the theory focusing on static analysis and its incremental variant, essential information about the YARA tool, and an introduction to the existing solution, the Yaramod-v3 library. The thesis also contains a comparison of the new library with the current solution, in which the achieved results are presented. The experiments performed showed that the new library is able to perform incremental analysis of a modified rule set approximately 20× – 2000× faster depending on the particular set.
writer.axdx
Srbová, Kateřina ; Fincato, André (referee) ; Fišerová, Barbora (advisor)
Write a sentence, read it again, select the part that should be in italics, mark it with the mouse or by moving your fingers on the touch pad or keyboard (oopsies, one character off), repeat the marking (this time correctly, ugh), find the right button or use the appropriate keyboard shortcut, write another sentence, paragraph, chapter, essay, book... What happens if the internet crashes, autosaving fails, the version of the software is not up to date? Most of the commonly used text writing tools offer a lot of formatting options, thus directing attention away from the writing itself. This thesis explores their features, (inter)compatibility and user experience. Its goal is to create a specification of the writer.axdx tool which should be used as a text editor for projects within the community-software.axdx (an ecosystem of tools and methods serving communities). The goal of this tool is to bring the focus back to the writing itself, in a format that is not constrained by proprietary software and does not break when opened in another editor. To provide the ability to work with text according to one's own needs, which are otherwise defined by the needs or methods of the so-called power user. To have everything that is needed for writing and nothing that is not.
Economic benefits of information and communication technologie in school catering facilities
Pínová, Hana ; Mach, Václav (advisor) ; Svoboda, Petr (referee)
TITLE: Economic benefits of Information and Communication Technologies in school meals AUTHOR: Hana Pínová DEPARTMENT: CHARLES UNIVERSITY IN PRAGUE Pedagogical Faculty - School Management Centre SUPERVISOR: PaedDr. Václav Mach ABSTRAKT: The final thesis is concerned with examining and quantifying the economic impact of the use of ICT in school cafeterias. This thesis deals with modern technologies and their contribution to the operation and maximum efficiency in their use in school cafeterias. Based on the survey in three selected regions of the Czech Republic, whose goal is to monitor the situation in the school canteen facilities, specialized software, or other technologies. Bachelor thesis provides an answer to the question of whether information and communication technologies are an economic benefit for the school canteens. To calculate the economic benefit by creating a simple calculator that can be used for work director or head of the school canteens. KEYWORDS: ICT (information and communication technology), the calculator, efficiency, text editor, spreadsheet editor, the boarder, consumer basket, identification card, identification chip, school meals, the terminal
Web App for Simple Editing of Short Text with Limited Vocabulary
Poláčeková, Simona ; Bartl, Vojtěch (referee) ; Herout, Adam (advisor)
The aim of this thesis is a draft, an implementation and subsequent testing of a simple and user-friendly web application, which makes use of a limited dictionary to check the language. The limited dictionary is a dictionary of the most commonly used Czech words. The application can be used for simple writing of texts. The user can test if he can write a more complex thought, sentence or text using only the most commonly used Czech words. The introduction of this thesis describes the technologies used to make this application, their functionality and the way in which they are used. Then there is described implementation of the application. As a conclusion, there is a summary of the testing of the application by users and the overall results of this bachelor thesis.

National Repository of Grey Literature : 17 records found   1 - 10next  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.